home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5081 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Want to boot FAAAST?
  5. Date: Fri, 8 Mar 96 18:20:29
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960308.418040.10789@an157.du.pipex.com>
  9. References: <4hhk7s$62g@nz12.rz.uni-karlsruhe.de>  <68771855@0humpty.tomate.tng.oche.de> <4hotcm$spd@roadkill.scms.rgu.ac.uk>
  10. NNTP-Posting-Host: an157.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Lee Kindness (cs2lk@scms.rgu.ac.uk) wrote:
  14. : Andreas Mixich (humpty@TOMATE.TNG.OCHE.DE) wrote:
  15. : : uj3w@rzstud1.rz.uni-karlsruhe.de wrote about "Re: Want to boot FAAAST?" on
  16. : : "05-Mar-1996 14:48:28" at zer.COMP.SYS.AMIGA.PROGRAMMER:
  17. : : > I have made a program that copies ENV variables on demand and therefore
  18. : : > saves lot of memory and time. Unfortunatley it has a nasty bug :-(
  19. : : This could be a cool thing ! Sad it is buggy.
  20. : What is wrong with simply copying ENVARC: to, say, SYS:env and assigning
  21. : ENV: to there?
  22.  
  23. 1. It's slower than copying the environment variables to RAM _once_ and using
  24. them from there. I myself use environment variables commonly for AmigaDOS
  25. scripts - keeping them on disk would slow things down quite a bit.
  26.  
  27. 2. Any temporary environment variables (e.g. produced by clicking Use rather
  28. than Save in a prefs program) will be saved there too and still be there after
  29. a reboot. That is unless you delete the contents of SYS:Env before copying
  30. ENVARC: into it, of course.
  31.  
  32. -- Mat.
  33.